10. Quiz: Tuples
Tuples
QUIZ QUESTION::
Match the following qualities to their data structure.
ANSWER CHOICES:
Data Structure |
Quality |
---|---|
immutable |
|
ordered |
|
immutable |
|
ordered |
|
unordered |
|
mutable |
SOLUTION:
Data Structure |
Quality |
---|---|
immutable |
|
ordered |
|
ordered |
|
immutable |
|
ordered |
|
ordered |
|
mutable |
Tuples
SOLUTION:
True, 2Tuples Playground
Start Quiz:
## You may test any code out here. Use Test Run to see your output